| 1. | Branch condition combination coverage 分支条件组合覆盖 |
| 2. | Branch condition combination testing 分支条件组合测试 |
| 3. | Branch condition coverage 分支条件覆盖 |
| 4. | Branch condition testing 分支条件测试 |
| 5. | This allows the combining of multiple branching conditions , which can reduce the number of costly conditional branches 它允许组合多个转移条件,这样可以减少代价高昂的条件转移的数量。 |
| 6. | Test cases are designed to test the individual elements of logical expressions , both within branch conditions and within other expressions in a unit 测试用例被设计测试逻辑表示的各自的元素,在分支情况之内和在其它表示之内在单元。 |
| 7. | In computer programming , a process which repeats the same series of processing steps until a predetermined state or branch condition is reached 计算机程序设计中的一种处理方法,即重复进行相同的一系列处理步骤,直到一个预定的状态或转移条件实现时为止。 |
| 8. | Conditional branches allow specifying any one of the 32 condition register bits to be used as the condition , and to specify whether that cr bit must be equal to 0 or 1 for the branch condition to succeed 条件寄存器32位中的任意一位都可以指定为条件转移的条件,并可以指定cr位是否必须为0或1时转移条件才成立。 |
| 9. | Abstract : for a precise dataflow analysis within the framework of the computation function model , the logical relationship of branch conditions is represented as the coverage relationship of regions . in this paper , the authors discuss how to represent , compute and propagate the region , region of the conditional reference . meanwhile , the methods of resolving the nondeterminism caused by conditional branch statements are also presented in order to get more precise dataflow information 文摘:用计算函数模型进行精确的数据流分析,条件谓词之间的逻辑关系被转化为空间区域之间的覆盖关系.该文讨论在各种常见的程序构造下如何表示、计算和传递区域、区域,并在数据流分析过程中,利用区域、区域之间的覆盖关系消除条件分支语句带来的不确定性,以得到更精确的数据流信息 |